home *** CD-ROM | disk | FTP | other *** search
- /* Presented when user typed illegal characters
- No valid object */
- "Invalid number" = "Ungültige Nummer";
-
- /* Presented when user value smaller than minimum */
- "Fell short of minimum" = "Minimum nicht erreicht";
-
- /* Presented when user value larger than maximum */
- "Maximum exceeded" = "Maximum überschritten";
-
- /* Presented when value is a float, but floats not allowed */
- "Floating Point not allowed" = "Gleitkomma nicht zulässig";
-
- /* Presented when string cannot be converted to an NSDate */
- "Invalid date string" = "Ungültige Datumszeichenfolge";
-